@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
}

em,
i,
s,
b,
u {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	font-family:"微软雅黑";
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}


/*去掉右下角斜线*/

textarea {
	resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}

input,
textarea {
	border: none;
	border-radius: 0;
	font-size: .28px;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}
.clear{
	clear: both;
}
.clear::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.width{
	width: 1300px;
	margin: 0 auto;
	height: auto;
}
.width::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.logo_head{
	width: 100%;
	height: 96px;
	backgorund:#fff;
}
.logo_head_in{
	height: 96px;
}
.logo_head_left{
	display: inline-block;
	float:left;
	width: 462px;
	padding-top: 10px;
}
.logo_head_left span{
	display: inline-block;
	float:left;
	width: 74px;
	height: 74px;
	border-radius: 4px;
	overflow: hidden;
}
.logo_head_left span img{
	width: 100%;
	height: 100%;
}
.logo_head_left_in{
	display: inline-block;
	float:right;
	height:72px ;
	width: 358px;
}
.logo_head_left_in li{
	height: 36px;
	width: 100%;
	font-size: 22px;
	color:#485683;
	line-height: 36px;
	position: relative;
}
.logo_head_left_in li:after{
	content: '';
	display: block;
	width: 340px;
	height: 1px;
	background:#485683;
	position: absolute;
	bottom: 0;
	left:0
}
.logo_head_left_in li:last-child:after{
	display: none;
}
.logo_head_right{
	display: inline-block;
	float:right;
	width: 346px;
	height: 100%;
	padding-top: 16px;
}
.logo_head_right span{
	display: inline-block;
	float:left;
	width: 62px;
	height: 62px;
}
.logo_head_right span img{
	width: 100%;
	height: 100%;
}
.logo_head_right p{
	display: inline-block;
	float:right;
	/* width: 232px; */
	height: 62px;
	padding-left: 54px;
	font-size: 26px;
	color:#cd272f;
	line-height: 62px;
	background-image: url(../img/lianxidianhua.png);
	background-size: 36px 36px;
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: 600;
}
.new_header{
	width: 100%;
	height: 60px;
	background:#485683;
}
.new_header.active{
	position: fixed;
	top:0;
	left:0;
	z-index: 99;
	box-shadow: 0 0 16px 0 rgba(220,220,220,0.5);
}
.new_header_in{
	height: 60px;
	position: relative;
}
.new_header_nav{
	float:left;
	height: 60px;
	width:auto;
	margin: 0 auto;
} 
.new_header_nav>ul>li{
	display: inline-block;
	float:left;
	width: 162px;
	height: 60px;
	position: relative;
}
.new_header_nav>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color:#fff;
	line-height: 60px;
	text-align: center;
}
.new_header_nav li a:hover{
	background:#758ddd;
}
.new_header_nav li.active a{
	background:#758ddd;
}
.new_head_menu{
	display: none;
	width: auto;
	height: auto;
	text-align: center;
	z-index: 99;
	position: absolute;
	top:100%;
	left:0%;
}
.new_head_menu>span{
	display: block;
	width: 10px;
	height: 6px;
	background-image: url(../img/sanjiaoxing.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0 auto 2px;
}
.new_head_menu>span img{
	width: 100%;
	height: 100%;
}
.new_head_menu li{
	width: 162px;
	height: 60px;
	background:#758ddd;
	margin-bottom: 1px;
	line-height: 60px;
}
.new_head_menu li a{
	font-size: 16px;
	text-align: center;
	color:#fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.new_head_SNCR{
	display: none;
	width: 240px;
	height: auto;
	text-align: center;
	z-index: 99;
	position: absolute;
	top:100%;
	left:-42px;
}
.new_head_SNCR>span{
	display: block;
	width: 10px;
	height: 6px;
	background-image: url(../img/sanjiaoxing.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center;
	margin: 0 auto 2px;
}
.new_head_SNCR>span img{
	width: 100%;
	height: 100%;
}
.new_head_SNCR li{
	width: 240px;
	height: 60px;
	background:#758ddd;
	margin-bottom: 1px;
	line-height: 60px;
}
.new_head_SNCR li a{
	font-size: 16px;
	text-align: center;
	color:#fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.new_index_banner{
	width: 100%;
	height: auto;
	min-height: 400px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner{
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner .hd{
	height: 16px;
	overflow: hidden;
	position: absolute;
	bottom: 24px;
	left:50%;
	z-index: 1;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.new_slideBox_banner .hd ul{
	overflow: hidden;
	zoom:1;
	float:left;
}
.new_slideBox_banner .hd ul li{
	float:left;
	margin-right: 11px;
	width: 16px;
	height:16px;
	border-radius: 50%;
	cursor: pointer;
	background:#fff;
}
.new_slideBox_banner .hd ul li.on {
	background-color: #485683;
}
.new_slideBox_banner .bd{
	height: 600px;
	position: relative;
	z-index: 0;
}
.new_slideBox_banner .bd li{
	width: 100%;
	height: 600px;
	vertical-align: middle;
	zoom:1;
}
.new_slideBox_banner .bd li a{
	display: block;
	width: 100%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.new_slideBox_banner .prev,
.new_slideBox_banner .next{
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -44px;
	display: block;
	width: 54px;
	height: 88px;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.5s;
}
.new_slideBox_banner .prev{
	background-image: url(../img/2019banner_l.png);
	background-size: cover;
	background-position: left center;
	background-repeat: no-repeat;
}
.new_slideBox_banner .next{
	left:auto;
	right:2%;
	background-image: url(../img/2019banner_r.png);
	background-size: cover;
	background-position: right center;
	background-repeat: no-repeat;
}
.new_slideBox_banner .prev:hover,
.new_slideBox_banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner:hover .prev{
	filter: alpha(opacity=100);
	opacity: 1;
}
.new_slideBox_banner:hover .next{
	filter: alpha(opacity=100);
	opacity: 1;
}

.new_slideBox_banner .prevStop {
	display: none;
}

.new_slideBox_banner .nextStop {
	display: none;
}
.index_title{
	height: auto;
}
.index_title h2{
	font-size: 40px;
	color:#414141;
	line-height: 48px;
	text-align: center;
	position: relative;
	font-weight: 600;
	height: 70px;
}
.index_title h2:after{
	content: '';
	display: block;
	width: 60px;
	height: 3px;
	background:#485683;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left: -30px;
}
.index_title ul{
	height: 50px;
	margin-top: 32px;
	text-align: center;
}
.index_title li{
	display: inline-block;
	width: 230px;
	height: 100%;
	margin: 0 43px;
}
.index_title li a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius:25px;
	border:1px solid #dcdcdc;
	font-size: 20px;
	text-align: center;
	line-height: 48px;
	color:#636363;
}
.index_title li.active a{
	background:#485683;
	color:#fff;
}
.cp_weizhi {
	height: 18px;
	margin-top: 30px;
	margin-bottom: 32px;
	padding-left: 22px;
	background-image: url(../img/weizhi.png);
	background-size: 14px 18px;
	background-position: left center;
	background-repeat: no-repeat;
}

.cp_weizhi li {
	display: inline-block;
	float: left;
}

.cp_weizhi li a {
	font-size: 14px;
	color: #666;
	line-height: 18px;
}
.cp_weizhi li a.active {
	font-size: 14px;
	color: #4384d6;
	line-height: 18px;
}
